home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).adf / arp-pro1.3 / OLD_MANUAL / DeletePort < prev    next >
Text File  |  1990-06-22  |  592b  |  67 lines

  1.  
  2.  
  3.  
  4.      DeletePort(31.0)      ARP Programmers Manual      DeletePort(31.0)
  5.  
  6.  
  7.  
  8.      NAME
  9.       DeletePort - Deletes a message port.
  10.  
  11.      SYNOPSIS
  12.       DeletePort(port)
  13.               A1
  14.  
  15.      FUNCTION
  16.       Removes a message port.
  17.  
  18.      INPUTS
  19.       port - pointer to a message port may be private or public.
  20.           You may safely pass this function a NULL pointer.
  21.  
  22.      RESULT
  23.       The message port, signals, and associated memory are
  24.       released.  Nothing is    returned.
  25.  
  26.      BUGS
  27.       None known.
  28.  
  29.      SEE ALSO
  30.       CreatePort
  31.  
  32.      AUTHOR
  33.       SDB
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 2/22/88)
  64.  
  65.  
  66.  
  67.